home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************************/
- /* */
- /* PowerFrax */
- /* --------- */
- /* */
- /* © DayStar Digital, Inc. 1995-1996 */
- /* All Rights Reserved. */
- /* */
- /************************************************************************************/
-
- #ifndef __HFDOCMANDELBROT__
- #define __HFDOCMANDELBROT__
-
- typedef struct {
- double zc;
- double zd;
- double step;
- double escape;
- long width;
- char *results;
- } sMandelbrotParams, *sMandelbrotParamsPtr;
-
- #endif
-